{% extends 'base.html' %} {% block title %}Forgot Password — {{ site_settings.institute_name }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if site_settings.logo_light_url %} {{ site_settings.institute_name }} {% else %}
{{ site_settings.institute_name }}
{% endif %}

Recover your account securely
and get back to learning.

Secure identity verification
Reset link sent to your email
Choose a strong new password
Regain access in minutes

© {% now "Y" %} {{ site_settings.institute_name }}. Design & Developed by NEXT DOT CONSULTANT

{% if email_sent %}
{% if site_settings.logo_dark_url %} {{ site_settings.institute_name }} {% endif %}

Check Your Inbox

We sent a password reset link to

{{ masked_email }}

The link expires in 3 days. If you don't see the email, check your spam folder.

Try Again Back to Sign In

Return to Landing Page

{% else %}
{% if site_settings.logo_dark_url %} {{ site_settings.institute_name }} {% endif %}

Forgot your password?

Enter your email and CNIC to receive a reset link.

{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if form.non_field_errors %}
{{ form.non_field_errors.0 }}
{% endif %}
{% csrf_token %}
{{ form.email }} {% if form.email.errors %}
{{ form.email.errors.0 }}
{% endif %}
{{ form.cnic }} {% if form.cnic.errors %}
{{ form.cnic.errors.0 }}
{% endif %}
Enter your 13-digit CNIC (dashes optional).

Remembered your password? Sign In

Return to Landing Page

{% endif %}
{% endblock %}